@aleph-sdk/monorepo
    Preparing search index...

    Type Alias EstimatedCostsResponse

    type EstimatedCostsResponse = {
        charged_address: string;
        cost: string;
        detail: MessageCostLine[];
        payment_type: string;
        required_tokens: number;
    }
    Index

    Properties

    charged_address: string
    cost: string
    detail: MessageCostLine[]
    payment_type: string
    required_tokens: number