Interface Data_AptCall

interface Data_AptCall {
    transaction: undefined | {
        [key: string]: any;
    };
}

Properties

Properties

transaction: undefined | {
    [key: string]: any;
}