Preparing search index...
The search index is not available
Documentation - v1.0.0
Documentation
@telegram-app-sdk/core
CreateOrderResponse
Interface CreateOrderResponse
Remarks
创建订单返回的数据
interface
CreateOrderResponse
{
amout
:
string
;
contract_address
:
string
;
contract_wei
:
number
;
invoice_code
:
string
;
is_test
:
true
;
recharge_address
:
string
;
}
Index
Properties
amout
contract_
address
contract_
wei
invoice_
code
is_
test
recharge_
address
Properties
amout
amout
:
string
Remarks
USDT 支付数额
contract_
address
contract_
address
:
string
Remarks
USDT 合约地址
contract_
wei
contract_
wei
:
number
Remarks
精度
invoice_
code
invoice_
code
:
string
Remarks
Ton 支付时为交易备注信息,Stars 时无用
is_
test
is_
test
:
true
Remarks
是否口开启测试链
recharge_
address
recharge_
address
:
string
Remarks
Ton 支付时为收款地址,Stars 时为发票链接
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amout
contract_
address
contract_
wei
invoice_
code
is_
test
recharge_
address
Documentation - v1.0.0
Loading...
Remarks
创建订单返回的数据