interface getSentPaymentsParsed {
    amount?: string;
    asset?: string;
    assetNative?: boolean;
    from?: string;
    to?: string;
}

Properties

amount?: string
asset?: string
assetNative?: boolean
from?: string
to?: string