dash-platform-sdk
    Preparing search index...

    Interface TokenTransitionParams

    interface TokenTransitionParams {
        amount?: bigint;
        emergencyAction?: TokenEmergencyActionWASM;
        identityId?: IdentifierLike;
        price?: bigint | TokenPricingScheduleWASM;
        privateEncryptedNote?: string;
        publicNote?: string;
        sharedEncryptedNote?: string;
        totalAgreedPrice?: bigint;
    }
    Index

    Properties

    amount?: bigint
    emergencyAction?: TokenEmergencyActionWASM
    identityId?: IdentifierLike
    price?: bigint | TokenPricingScheduleWASM
    privateEncryptedNote?: string
    publicNote?: string
    sharedEncryptedNote?: string
    totalAgreedPrice?: bigint