Type alias OptInASAParam

OptInASAParam: BasicParams & {
    assetID: number | string;
    type: OptInASA;
}

Generated using TypeDoc