You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -456,13 +464,7 @@ Parameters | Type | Description
456
464
--- | --- | ---
457
465
__amount__ | `number` | *The amount of credits to transfer*
458
466
__recipient__ | `string` | *The recipient of the transfer*
459
-
__transferType__ | `string` | *The type of transfer to perform - options: 'private', 'privateToPublic', 'public', 'publicToPrivate'*
460
467
__priorityFee__ | `number` | *The optional priority fee to be paid for the transfer*
461
-
__privateFee__ | `boolean` | *Use a private record to pay the fee. If false this will use the account's public credit balance*
462
-
__recordSearchParams__ | `RecordSearchParams` | *Optional parameters for finding the amount and fee
463
-
records for the transfer transaction*
464
-
__amountRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional amount record to use for the transfer*
465
-
__feeRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional fee record to use for the transfer*
466
468
__privateKey__ | [PrivateKey](sdk-src_wasm.md) | *Optional private key to use for the transfer transaction*
467
469
__offlineQuery__ | [OfflineQuery](sdk-src_wasm.md) | *Optional offline query if creating transactions in an offline environment*
@@ -502,12 +504,7 @@ Parameters | Type | Description
502
504
--- | --- | ---
503
505
__amount__ | `number` | *The amount of credits to transfer*
504
506
__recipient__ | `string` | *The recipient of the transfer*
505
-
__transferType__ | `string` | *The type of transfer to perform - options: 'private', 'privateToPublic', 'public', 'publicToPrivate'*
506
507
__priorityFee__ | `number` | *The optional priority fee to be paid for the transfer*
507
-
__privateFee__ | `boolean` | *Use a private record to pay the fee. If false this will use the account's public credit balance*
508
-
__recordSearchParams__ | `RecordSearchParams` | *Optional parameters for finding the amount and fee records for the transfer transaction*
509
-
__amountRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional amount record to use for the transfer*
510
-
__feeRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional fee record to use for the transfer*
511
508
__privateKey__ | [PrivateKey](sdk-src_wasm.md) | *Optional private key to use for the transfer transaction*
512
509
__offlineQuery__ | [OfflineQuery](sdk-src_wasm.md) | *Optional offline query if creating transactions in an offline environment*
@@ -1482,13 +1492,7 @@ Parameters | Type | Description
1482
1492
--- | --- | ---
1483
1493
__amount__ | `number` | *The amount of credits to transfer*
1484
1494
__recipient__ | `string` | *The recipient of the transfer*
1485
-
__transferType__ | `string` | *The type of transfer to perform - options: 'private', 'privateToPublic', 'public', 'publicToPrivate'*
1486
1495
__priorityFee__ | `number` | *The optional priority fee to be paid for the transfer*
1487
-
__privateFee__ | `boolean` | *Use a private record to pay the fee. If false this will use the account's public credit balance*
1488
-
__recordSearchParams__ | `RecordSearchParams` | *Optional parameters for finding the amount and fee
1489
-
records for the transfer transaction*
1490
-
__amountRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional amount record to use for the transfer*
1491
-
__feeRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional fee record to use for the transfer*
1492
1496
__privateKey__ | [PrivateKey](sdk-src_wasm.md) | *Optional private key to use for the transfer transaction*
1493
1497
__offlineQuery__ | [OfflineQuery](sdk-src_wasm.md) | *Optional offline query if creating transactions in an offline environment*
@@ -1528,12 +1532,7 @@ Parameters | Type | Description
1528
1532
--- | --- | ---
1529
1533
__amount__ | `number` | *The amount of credits to transfer*
1530
1534
__recipient__ | `string` | *The recipient of the transfer*
1531
-
__transferType__ | `string` | *The type of transfer to perform - options: 'private', 'privateToPublic', 'public', 'publicToPrivate'*
1532
1535
__priorityFee__ | `number` | *The optional priority fee to be paid for the transfer*
1533
-
__privateFee__ | `boolean` | *Use a private record to pay the fee. If false this will use the account's public credit balance*
1534
-
__recordSearchParams__ | `RecordSearchParams` | *Optional parameters for finding the amount and fee records for the transfer transaction*
1535
-
__amountRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional amount record to use for the transfer*
1536
-
__feeRecord__ | [RecordPlaintext](sdk-src_wasm.md) | *Optional fee record to use for the transfer*
1537
1536
__privateKey__ | [PrivateKey](sdk-src_wasm.md) | *Optional private key to use for the transfer transaction*
1538
1537
__offlineQuery__ | [OfflineQuery](sdk-src_wasm.md) | *Optional offline query if creating transactions in an offline environment*
0 commit comments