@sentio/sdk
    Preparing search index...
    interface TransferSession {
        asset_type: string;
        has_effective_auditor: boolean;
        num_avail_chunks: bigint;
        num_transfer_chunks: bigint;
        num_volun_auditors: bigint;
        recipient: string;
        sender: string;
    }
    Index

    Properties

    asset_type: string
    has_effective_auditor: boolean
    num_avail_chunks: bigint
    num_transfer_chunks: bigint
    num_volun_auditors: bigint
    recipient: string
    sender: string